/*----Search Form----*/

.search_form_section {
    padding: 20px;
}

#search_form input[type=text] {
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 54px;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 20px !important;
    font-size: 16px;
}

#search_form input[type=submit],
#search_form .resources {
    position: relative;
    background-color: transparent;
    display: block;
    height: 54px;
    margin-right: 0;
    width: 100%;
    text-align: left;
    z-index: 4;
}

#search_form input[type=submit],
#search_form .resources {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 50px;
    white-space: normal;
}

#search_form .search-form__button {
    position: relative;
    padding: 0;
    width: 100%;
}

#search_form .search-form__button:after {
    font-family: 'FontAwesome';
    content: '\f002';
    font-size: 24px;
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    color: inherit;
    z-index: 0;
}

.error-404-search #search_form .span6 {
    width: 100%;
    margin-bottom: 13px;
}

.error-404-search #search_form .span3 {
    width: 48%;
    margin: 0;
}

.error404.not-found #search_form .span3 {
    width: 200px;
}

.error-404-search #search_form .span3.fix_right {
    float: right;
}

.error-404-search #search_form .span3 input {
    position: static;
}

.search_section .search_form_section .row-fluid {
    margin-bottom: 0 !important;
}

.search_result_item {
    margin: 0 10px 0 0;
    padding: 20px 0px 5px 0;
}

a.search_see_more {
    margin-top: 35px;
}

/*----Featured Results----*/

#search_featured {
    background-color: #FFFFFF;
}

/*----Search  Filters----*/

#search_filters .meta_filters {
    display: table;
}

#search_filters .meta_filters a {
    color: #888888;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border-left: none;
    border-right: 1px solid #888888;
    border-top: none;
    border-bottom: none;
    padding: 2px 15px 2px 15px;
    margin-bottom: 3px;
    line-height: 14px;
    width: auto;
    vertical-align: middle;
}

#search_filters .meta_filters a:first-child {
    padding-left: 0;
}

#search_filters .meta_filters a:last-child {
    border-right: none;
    margin-bottom: 42px;
}

#search_filters .meta_filters a:hover {
    color: #ff7e2e;
    text-decoration: none;
}

#search_filters .meta_filters a.active {
    color: #ff7e2e;
}

#search_filters p {
    color: #888888;
}

#oninform .inform-logo {
    margin-top: -10px;
    max-width: 250px;
}

.order_pagination p {
    display: inline-block;
    padding-left: 35px;
    padding-top: 5px;
}

.order_pagination select {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 5px !important;
    line-height: 2px;
    width: 71%;
    height: 33px;
    color: black;
    font-weight: bold;
    float: right;
}

.order_pagination .general-pagination {
    text-align: right;
    display: block;
}

.order_pagination .general-pagination a {
    font-size: 12px;
    padding: 0 12px 0 12px;
    line-height: 25px;
}

.general-pagination a:hover {
    background: #dd0031;
    color: #FFFFFF;
    text-decoration: none;
}

/*----Search Results----*/

#search_results .result_item {
    padding: 20px 20px 20px 20px;
    border: 1px solid transparent;
}

#search_results a:hover {
    text-decoration: none;
}

#search_results .result_item:hover {
    background-color: #FFFFFF;
    border: 1px solid #e6e6e6;
}

#search_results h5 {
    font-weight: 500;
}

#search_results a:hover h5 {
    color: #ff7e2e;
}

#search_results #s_sidebar h5 {
    margin-bottom: 35px;
    font-weight: 700;
}

/*----Related Searches----*/

#related_searches {
    background-color: #FFFFFF;
}

#related_searches a:hover {
    text-decoration: none;
}

#related_searches a:hover h6 {
    color: #ff7e2e;
    text-decoration: none;
}